home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / filzip / setup.exe / {app} / filzip.exe / 0 / RCDATA / TFRMITEMRENAME / TFRMITEMRENAME.txt
Encoding:
Text File  |  2003-07-15  |  1.3 KB  |  72 lines

  1. object frmItemRename: TfrmItemRename
  2.   Left = 585
  3.   Top = 142
  4.   BorderStyle = bsDialog
  5.   Caption = 'frmItemRename'
  6.   ClientHeight = 104
  7.   ClientWidth = 339
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lNewName: TLabel
  23.     Left = 4
  24.     Top = 16
  25.     Width = 52
  26.     Height = 13
  27.     Caption = 'lNewName'
  28.   end
  29.   object lNewPath: TLabel
  30.     Left = 4
  31.     Top = 44
  32.     Width = 52
  33.     Height = 13
  34.     Caption = 'lNewName'
  35.   end
  36.   object btnOk: TButton
  37.     Left = 178
  38.     Top = 72
  39.     Width = 75
  40.     Height = 25
  41.     Caption = 'btnOk'
  42.     Default = True
  43.     TabOrder = 0
  44.     OnClick = btnOkClick
  45.   end
  46.   object btnCancel: TButton
  47.     Left = 258
  48.     Top = 72
  49.     Width = 75
  50.     Height = 25
  51.     Cancel = True
  52.     Caption = 'btnCancel'
  53.     TabOrder = 1
  54.     OnClick = btnCancelClick
  55.   end
  56.   object oeNewName: TEdit
  57.     Left = 80
  58.     Top = 13
  59.     Width = 254
  60.     Height = 21
  61.     TabOrder = 2
  62.     OnKeyDown = oeNewNameKeyDown
  63.   end
  64.   object oeNewPath: TEdit
  65.     Left = 80
  66.     Top = 40
  67.     Width = 254
  68.     Height = 21
  69.     TabOrder = 3
  70.   end
  71. end
  72.